runtime.m.lockedg (field)
17 uses
runtime (current package)
coro.go#L245: mp.lockedg.set(gnext)
debugcall.go#L148: mp.lockedg.set(newg)
debugcall.go#L195: mp.lockedg.set(gp)
debugcall.go#L230: gp.m.lockedg = 0
proc.go#L659: return gp.lockedm != 0 && gp.m.lockedg != 0
proc.go#L2531: mp.lockedg.set(gp)
proc.go#L3253: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3264: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3267: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L4142: if mp.lockedg != 0 {
proc.go#L4144: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L4515: mp.lockedg = 0
proc.go#L5603: gp.m.lockedg.set(gp)
proc.go#L5658: gp.m.lockedg = 0
proc.go#L6969: if lockedg := mp.lockedg.ptr(); lockedg != nil {
runtime2.go#L673: lockedg guintptr
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |